Package com.netscape.certsrv.authority
Interface IAuthority
public interface IAuthority
Authority interface.
- Version:
- $Revision$ $Date$
-
Method Details
-
getId
String getId()Retrieves the name of this authority.- Returns:
- authority identifier
-
shutdown
void shutdown()Stops this authority. The owner may call shutdown anytime after initialization. -
getConfigStore
ConfigStore getConfigStore()Returns the configuration storage of this authority.- Returns:
- configuration store of this authority
-
getNickname
String getNickname()nickname of signing (id) cert -
getOfficialName
String getOfficialName()return official product name.
-